home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Q-R / RPN Calculator.cpt / RPN Calculator / background_4132.txt < prev    next >
Text File  |  1988-09-16  |  1KB  |  50 lines

  1. -- background: 4132 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 01
  10. -- high flags: 4007
  11. -- rect: left=153 top=29 right=317 bottom=204
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Step#
  20. ----- HyperTalk script -----
  21. on mouseWithin
  22.   global synch
  23.   if synch = 1 and the scroll of me ‚↠the scroll of bkgnd field "List"
  24.   then set the scroll of bkgnd field "List" to the scroll of me
  25. end mouseWithin
  26.  
  27.  
  28.  
  29.  
  30. -- part 1 (field)
  31. -- low flags: 00
  32. -- high flags: 4007
  33. -- rect: left=208 top=29 right=317 bottom=331
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 0
  37. -- font id: 3
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: List
  42. ----- HyperTalk script -----
  43. on mouseWithin
  44.   global synch
  45.   if synch = 1 and the scroll of bkgnd field "Step#" ‚↠the scroll of me
  46.   then set the scroll of bkgnd field "Step#" to the scroll of me
  47. end mouseWithin
  48.  
  49.  
  50.